Sensor Fusion for Kinetis MCUs (ISSDK/KSDK version)
SV_3DOF_G_BASIC Struct Reference
+ Collaboration diagram for SV_3DOF_G_BASIC:

Data Fields

float fLPPhi
 
float fLPThe
 
float fLPPsi
 
float fLPRho
 
float fLPChi
 
float fLPR [3][3]
 
Quaternion fLPq
 
float fLPRVec [3]
 
float fOmega [3]
 
int32_t systick
 
float fR [3][3]
 
Quaternion fq
 
float fdeltat
 
float flpf
 
int8_t resetflag
 

Detailed Description

Definition at line 284 of file sensor_fusion.h.

Field Documentation

float fdeltat

fusion time interval (s)

Definition at line 300 of file sensor_fusion.h.

Referenced by fInit_3DOF_G_BASIC(), and fRun_3DOF_G_BASIC().

float fLPChi

low pass tilt from vertical (deg)

Definition at line 291 of file sensor_fusion.h.

Referenced by fRun_3DOF_G_BASIC().

float flpf

low pass filter coefficient

Definition at line 301 of file sensor_fusion.h.

Referenced by fInit_3DOF_G_BASIC(), and fRun_3DOF_G_BASIC().

float fLPPhi

low pass roll (deg)

Definition at line 287 of file sensor_fusion.h.

Referenced by fRun_3DOF_G_BASIC().

float fLPPsi

low pass yaw (deg)

Definition at line 289 of file sensor_fusion.h.

Referenced by fRun_3DOF_G_BASIC().

Quaternion fLPq

low pass filtered orientation quaternion

Definition at line 293 of file sensor_fusion.h.

Referenced by fInit_3DOF_G_BASIC(), and fRun_3DOF_G_BASIC().

float fLPR[3][3]

low pass filtered orientation matrix

Definition at line 292 of file sensor_fusion.h.

Referenced by fInit_3DOF_G_BASIC(), and fRun_3DOF_G_BASIC().

float fLPRho

low pass compass (deg)

Definition at line 290 of file sensor_fusion.h.

Referenced by fRun_3DOF_G_BASIC().

float fLPRVec[3]

rotation vector

Definition at line 294 of file sensor_fusion.h.

Referenced by fRun_3DOF_G_BASIC().

float fLPThe

low pass pitch (deg)

Definition at line 288 of file sensor_fusion.h.

Referenced by fRun_3DOF_G_BASIC().

float fOmega[3]

angular velocity (deg/s)

Definition at line 295 of file sensor_fusion.h.

Referenced by fRun_3DOF_G_BASIC().

unfiltered orientation quaternion

Definition at line 299 of file sensor_fusion.h.

Referenced by fRun_3DOF_G_BASIC().

float fR[3][3]

unfiltered orientation matrix

Definition at line 298 of file sensor_fusion.h.

Referenced by fRun_3DOF_G_BASIC().

int8_t resetflag

flag to request re-initialization on next pass

Definition at line 302 of file sensor_fusion.h.

Referenced by fInit_3DOF_G_BASIC(), and fRun_3DOF_G_BASIC().

int32_t systick

systick timer

Definition at line 296 of file sensor_fusion.h.

Referenced by fFuseSensors().


The documentation for this struct was generated from the following file: